home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with channel = 1 to 25
- set the visible of sprite channel to 1
- end repeat
- repeat with channel = 29 to 48
- set the visible of sprite channel to 1
- end repeat
- repeat with channel = 26 to 27
- set the visible of sprite channel to 0
- end repeat
- if rollOver(26) then
- set the visible of sprite 26 to 1
- end if
- if rollOver(27) then
- set the visible of sprite 27 to 1
- else
- nothing()
- end if
- end
-
- on exitFrame
- go(marker(0))
- end
-